func runtime.netpollunblock
9 uses
runtime (current package)
netpoll.go#L431: rg = netpollunblock(pd, 'r', false)
netpoll.go#L434: wg = netpollunblock(pd, 'w', false)
netpoll.go#L456: rg = netpollunblock(pd, 'r', false)
netpoll.go#L457: wg = netpollunblock(pd, 'w', false)
netpoll.go#L487: rg = netpollunblock(pd, 'r', true)
netpoll.go#L490: wg = netpollunblock(pd, 'w', true)
netpoll.go#L574: func netpollunblock(pd *pollDesc, mode int32, ioready bool) *g {
netpoll.go#L623: rg = netpollunblock(pd, 'r', false)
netpoll.go#L632: wg = netpollunblock(pd, 'w', false)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |